home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1579 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  785 b 

  1. Path: au.wang.com!chianina!usenet
  2. From: Jeremy Lee <jeremyl>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with simple code
  5. Date: 15 Jan 1996 04:14:25 GMT
  6. Organization: WANG
  7. Message-ID: <4dckb1$79q@chianina.au.wang.com>
  8. References: <4dbak5$oij@ionews.io.org>
  9. NNTP-Posting-Host: hellfire.au.wang.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1B sun4)
  14. X-URL: news:4dbak5$oij@ionews.io.org
  15.  
  16. [ ommit C code that uses pow() ]
  17.  
  18. Examples in books often forget to tell you how to link the code.
  19.  
  20. On my system I link in the math library "m"
  21.  
  22. cc    -target sun4 -o t t.c -lm
  23.  
  24. -- 
  25. ----------------------------------------------------------------------
  26. Jeremy Lee
  27. Wang Australia
  28. jeremy_lee@ccmail.au.wang.com
  29.  
  30.